projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c852d6
)
(show_mouse_face): Never use text cursor in tool-bar.
author
Kim F. Storm
<storm@cua.dk>
Sun, 10 Dec 2006 23:44:44 +0000
(23:44 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 10 Dec 2006 23:44:44 +0000
(23:44 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index da5c88a0355dfead9a88f611de8e2afa4d7f2291..300f3704731d0c709e68d3d69f31ea28a5bc1cb4 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-21856,7
+21856,7
@@
show_mouse_face (dpyinfo, draw)
}
/* Change the mouse cursor. */
- if (draw == DRAW_NORMAL_TEXT)
+ if (draw == DRAW_NORMAL_TEXT
&& !EQ (dpyinfo->mouse_face_window, f->tool_bar_window)
)
rif->define_frame_cursor (f, FRAME_X_OUTPUT (f)->text_cursor);
else if (draw == DRAW_MOUSE_FACE)
rif->define_frame_cursor (f, FRAME_X_OUTPUT (f)->hand_cursor);